﻿html, body {
	padding: 0;
	margin: 0;
	font-family: fontR, "微软雅黑";
	font-size: 14px;
	color: #333;
	overflow-x: hidden;
	line-height: 1.7;
}

body {
	overflow: hidden;
	z-index: -9;
}

.wrap {
	max-width: 1200px;
	margin: 0 auto;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
.center {
	text-align: center;
}

a, a:hover, a:active, a:visited, a:link, a:focus {
	color: inherit;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

img {
	max-width: 100%;
}

p, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h2, h3, h4, h5, h6 {
	font-weight: bold;
}
.row {
	margin: 0;
}
.clear {
	overflow: hidden;
	clear: both;
	height: 0px;
}
.upperCase {
	text-transform: uppercase;
}
.more {
	display: inline-block;
	width: 120px; 
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #fff;
	color: #0074c2;
	border-radius: 5px;
}
h1 {
	font-size: 36px;
	/* line-height: 38px; */
	font-weight: bold;
	color: #000;
	margin-bottom: 15px;
	z-index: 99;
}
h2 {
	font-size: 24px;
	font-weight: bold;
}
h3 {
	font-size: 18px;
}
.h14 {
	height: 14px;
}
.h18 {
	height: 18px;
}
.h19 {
	height: 19px;
}
.h20 {
	height: 20px;
}
.h23 {
	height: 23px;
}
.h24 {
	height: 24px;
}
.h25 {
	height: 25px;
}
.h28 {
	height: 28px;
}
.h30 {
	height: 30px;
}
.h34 {
	height: 34px;
}
.h37 {
	height: 37px;
}
.h39 {
	height: 39px;
}
.h40 {
	height: 40px;
}
.h43 {
	height: 43px;
}
.h46 {
	height: 46px;
}
.h47 {
	height: 47px;
}
.h48 {
	height: 48px;
}
.h50 {
	height: 50px;
}
.pageLink {
	width: 100%;
	height: 0;
	position: relative;
	top: -60px;
}

@media all and (max-width:1220px) {
	.wrap {
		padding: 0 5%;
	}
}
@media all and (max-width:992px) {
	.h46 {
		height: 23px;
	}
	.h47 {
		height: 23px;
	}
}
@media all and (max-width:767px) {
	.h18 {
		height: 9px;
	}
	.h24 {
		height: 12px;
	}
	.h46 {
		height: 12px;
	}
	.h47 {
		height: 12px;
	}
}